06. Write your own HTTP to Wikipedia

Write your own HTTP to Wikipedia

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Don't re-type this command! Copy and paste into your terminal:

printf 'HEAD / HTTP/1.1\r\nHost: en.wikipedia.org\r\n\r\n' | nc en.wikipedia.org 80